home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 8 / 63.TXT < prev    next >
Text File  |  1993-11-16  |  3KB  |  58 lines

  1. DOCUMENT:Q101863  04-NOV-1993  [W_NT]
  2. TITLE   :Setup Does Not Clean Up After Failing
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. When Windows NT Setup fails, the following may occur:
  16.  
  17.  - Setup leaves behind Windows NT boot code that causes the boot
  18.    loader to bypass the boot selection menu on the first boot of
  19.    Windows NT and go straight into the graphical mode of Setup. This
  20.    is a problem if the system fails when attempting to go into
  21.    graphical mode. You can get back to MS-DOS or OS/2 by holding down
  22.    the SPACEBAR as the system comes up and then choosing Restart
  23.    Computer at the Configuration Recovery menu. Then choose MS-DOS.
  24.    You can edit BOOT.INI and change the time-out from 0 to something
  25.    higher or change the default parameter to "c:\" which, with a time-
  26.    out of 0, causes the system to boot straight into MS-DOS. For example:
  27.  
  28.       [boot loader]
  29.       timeout=0
  30.       default=c:\
  31.  
  32.  - Setup (WINNT.EXE) copies several megabytes (MB) of data into a directory
  33.    called \$WIN_NT$.~LS on a partition it chooses. Setup should delete
  34.    this, but if it does not, you can delete all of these files yourself.
  35.  
  36.  - Setup, in text and graphical mode, copies many files into the Windows
  37.    NT directory (\WINNT). You can delete these files if you can get to
  38.    them (for example, on a FAT partition, from MS-DOS).
  39.  
  40. Additional reference words: 3.10
  41. KBCategory:
  42. KBSubCategory: STP
  43.  
  44. =============================================================================
  45.  
  46. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  47. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  48. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  49. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  50. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  51. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  52. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  53. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  54. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  55. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  56. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  57.  
  58. Copyright Microsoft Corporation 1993.